home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP 1996 szeptember (CD07).zip
/
CHIP_CD07.ISO
/
povray30
/
povmsdos.exe
/
POVMSDOS.ZIP
/
DOCSDEMO
/
HALO01.POV
< prev
next >
Wrap
Text File
|
1996-05-31
|
370b
|
23 lines
//
// POV-Ray(tm) 3.0 tutorial example scene.
// Copyright 1996 by the POV-Ray Team
//
#include "halo0.inc"
sphere { 0, 1
pigment { color rgbt <1, 1, 1, 1> }
halo {
emitting
spherical_mapping
linear
color_map {
[ 0 color rgbt <1, 0, 0, 1.0> ]
[ 1 color rgbt <1, 1, 0, 0.0> ]
}
samples 10
}
hollow
}